'宣言
Public Overloads Function SetUnboundValues( _
ByVal key As System.String, _
ByVal values As System.Collections.Generic.Dictionary(Of Object,Object) _
) As TOut
public TOut SetUnboundValues(
System.string key,
System.Collections.Generic.Dictionary<object,object> values
)